Skip to content

Bump the all_dependencies group across 1 directory with 4 updates - #550

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/leancode_force_update/all_dependencies-2eb0dd2a48
Open

Bump the all_dependencies group across 1 directory with 4 updates#550
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/leancode_force_update/all_dependencies-2eb0dd2a48

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the all_dependencies group with 4 updates in the /packages/leancode_force_update directory: in_app_update, json_serializable, leancode_lint and build_runner.

Updates in_app_update from 4.2.5 to 5.0.0

Changelog

Sourced from in_app_update's changelog.

5.0.0

  • Breaking: requires Flutter 3.44 / Dart 3.12 or newer.
  • Migrate to Flutter's built-in Kotlin: the plugin no longer applies the Kotlin Gradle Plugin or declares its classpath, and uses the kotlin { compilerOptions } DSL instead of kotlinOptions (fixes #137)
Commits

Updates json_serializable from 6.11.2 to 6.14.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.0

  • Support JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state JSON fields: distinguish omitted keys from explicit null in fromJson and emit explicit JSON null in toJson when the Dart field is non-null.
  • Require json_annotation: '>=4.12.0 <4.13.0'

package:json_serializable v6.13.2

  • Require analyzer: '>=10.0.0 <14.0.0'

package:json_serializable v6.13.1

  • Improve error message when generating code for Record types with unsupported fields. (#1559)
  • Require analyzer: '>=10.0.0 <13.0.0'
  • Require build: ^4.0.4
  • Require dart_style: ^3.1.4
  • Require source_gen: ^4.1.2
  • Require source_helper: ^1.3.10

package:json_serializable v6.13.0

  • Fix schema generation for many different types of fields. (#1549)
  • Support JsonSerializable.dateTimeUtc configuration option. (#1371)
  • Remove json_schema from dependencies (it is only used in tests).

package:json_serializable v6.12.0

  • Support JsonKey annotation on constructor parameters.
  • Add support for JsonSerializable(createJsonSchema: true).

package:json_serializable v6.11.4

  • Allow analyzer: >=9.0.0 <11.0.0

package:json_serializable v6.11.3

  • Require analyzer: ^9.0.0
  • Require build: ^4.0.3
  • Require build_config: ^1.2.0
  • Require dart_style: ^3.1.3
  • Require sdk: ^3.9.0
  • Require source_gen: ^4.1.1
  • Require source_helper: ^1.3.9
Commits
  • 61e7b87 Add JsonKey.explicitJsonNullWhenNonNullField for PATCH tri-state JSON (#1574)
  • 62e16d8 Bump the dependencies group with 2 updates (#1572)
  • c6cdfcf Update analyzer to latest, prepare v6.13.2 (#1571)
  • fba9479 Bump the dependencies group with 3 updates (#1568)
  • da67f42 allow pkg:analyzer latest, prepare v6.13.1 (#1566)
  • 8b781ac Improve error message when generating code for Record types with unsupported ...
  • 6b711e3 Improve error messages when typeToCode throws an exception (#1450)
  • 5d5feca isSynthetic is removed in Analyzer 11 (#1564)
  • c61a809 Bump actions/stale from 10.1.1 to 10.2.0 in the dependencies group (#1563)
  • 2b03869 Prepare for release (#1562)
  • Additional commits viewable in compare view

Updates leancode_lint from 17.0.0 to 25.0.0

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v25.0.0

See changelog on pub.dev

leancode_lint-v24.0.0

See changelog on pub.dev

leancode_lint-v23.0.0

See changelog on pub.dev

leancode_lint-v22.0.1

See changelog on pub.dev

leancode_lint-v22.0.0

See changelog on pub.dev

leancode_lint-v21.0.0

See changelog on pub.dev

leancode_lint-v21.0.0+1

See changelog on pub.dev

leancode_lint-v20.0.2

See changelog on pub.dev

leancode_lint-v20.0.1

See changelog on pub.dev

leancode_lint-v20.0.0

See changelog on pub.dev

leancode_lint-v19.0.1

See changelog on pub.dev

leancode_lint-v18.0.0

What's Changed

Full Changelog: leancode_debug_page-v3.0.0...leancode_lint-v18.0.0

Commits
  • dd9378f [leancode_lint] Add prefer_abstract_final_class lint (#548)
  • c370fa8 [leancode_force_update] Upgrade package_info_plus (#541)
  • 45fa5a8 [leancode_debug_page] Upgrade share_plus, fix sharing on Darwin systems (#540)
  • 9e7643d Implement the never_discard_build_context lint (#511)
  • 92de775 Implement the avoid_catch_error lint (#537)
  • 5116ea6 Remove deprecated usage (#539)
  • 98a9398 Bump debug_page (#535)
  • a53d3e3 Bump leancode_force_update version (#534)
  • d080229 Stop fetching force update version in the background (#533)
  • d1eeaeb [LCMT-26] Fix logging_http_client with non-utf8 body (#532)
  • Additional commits viewable in compare view

Updates build_runner from 2.7.1 to 2.15.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.15.1

  • Pass Dart SDK --packages arg to builder compiles, so they can be compiled with different packages to the current version solve.
  • More efficient watching for file changes in workspaces and other setups with nested packages.
  • Support builders with no declared outputs. They can't output anything, but they can do processing, write log messages and choose whether to fail the build.
  • Mention in command usage that --define values are parsed as JSON with a fallback.
  • Performance: reduce size of serialized build state when there are optional outputs that are not written.
  • Bug fix: handle errors from post process builders in previous runs without crashing.
  • Bug fix: fix dart run build_runner test to correctly pass arguments after -- to the test process.
  • Bug fix: fix crash if a resolved Dart source contains invalid utf8.
  • Bug fix: fix incorrect output when builder code changes during builder compile.
  • Bug fix: do a clean build when switching between a workspace build and a package build, as incremental builds were sometimes incorrect.
  • Require Dart 3.8.0.

package:build_runner v2.15.0

  • Remove --low-resources-mode as default memory usage has been improved. If you have problems with RAM usage please file an issue.
  • Remove --log-performance and --track-performance. File an issue if you have performance measurement needs not covered by the newer --dart-aot-perf.
  • Removed options can still be passed, they will be ignored with a warning.
  • Bug fix: fix crash during logging if an asset path is an invalid URI.
  • Bug fix: with --workspace the global options affecting build order were read from the wrong package. They are now read from build.yaml in the workspace root, like other global options.
  • Allow analyzer 13.0.0.

package:build_runner v2.14.1

  • Bug fix: fix crash if a package used to belong to a workspace but was removed from the workspace leaving a stale workspace.ref file.
  • Bug fix: the watch command now always does one build before exiting due to a request from another build_runner process. Fix crashes related to request before build start.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs more initial startup time but gives faster builds afterwards. Fall back to JIT if the compile fails due to use of dart:mirrors. Use the --force-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.

... (truncated)

Commits
  • 565856b Release build 4.0.7, build_runner 3.15.1. (#5010)
  • 76f0f89 Fix workspace vs package build config conflict (#5008)
  • 8921c3f Formatting changes due to latest dev SDK. (#5007)
  • e999ea4 Fix incorrect build due to racy builder changes. (#4988)
  • d2a2f4f Bump SDK upper bounds. (#5006)
  • a72038d Set flattenBuild in passed ReaderWriter. (#5004)
  • ea0cf6b fix(build_daemon): reject cross-origin WebSocket handshakes (CSWSH) (#4992)
  • ae52e61 Use BuiltList.of instead of BuiltList.from. (#5003)
  • a8e949c Fix trigger evaluation reading ungenerated parts. (#5000)
  • 39353ef Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group (#5002)
  • Additional commits viewable in compare view

Updates leancode_lint from 17.0.0 to 25.0.0

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v25.0.0

See changelog on pub.dev

leancode_lint-v24.0.0

See changelog on pub.dev

leancode_lint-v23.0.0

See changelog on pub.dev

leancode_lint-v22.0.1

See changelog on pub.dev

leancode_lint-v22.0.0

See changelog on pub.dev

leancode_lint-v21.0.0

See changelog on pub.dev

leancode_lint-v21.0.0+1

See changelog on pub.dev

leancode_lint-v20.0.2

See changelog on pub.dev

leancode_lint-v20.0.1

See changelog on pub.dev

leancode_lint-v20.0.0

See changelog on pub.dev

leancode_lint-v19.0.1

See changelog on pub.dev

leancode_lint-v18.0.0

What's Changed

Full Changelog: leancode_debug_page-v3.0.0...leancode_lint-v18.0.0

Commits
  • dd9378f [leancode_lint] Add prefer_abstract_final_class lint (#548)
  • c370fa8 [leancode_force_update] Upgrade package_info_plus (#541)
  • 45fa5a8 [leancode_debug_page] Upgrade share_plus, fix sharing on Darwin systems (#540)
  • 9e7643d Implement the never_discard_build_context lint (#511)
  • 92de775 Implement the avoid_catch_error lint (#537)
  • 5116ea6 Remove deprecated usage (#539)
  • 98a9398 Bump debug_page (#535)
  • a53d3e3 Bump leancode_force_update version (#534)
  • d080229 Stop fetching force update version in the background (#533)
  • d1eeaeb [LCMT-26] Fix logging_http_client with non-utf8 body (#532)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all_dependencies group with 4 updates in the /packages/leancode_force_update directory: [in_app_update](https://github.com/jonasbark/flutter_in_app_update), [json_serializable](https://github.com/google/json_serializable.dart), [leancode_lint](https://github.com/leancodepl/flutter_corelibrary) and [build_runner](https://github.com/dart-lang/build).


Updates `in_app_update` from 4.2.5 to 5.0.0
- [Changelog](https://github.com/jonasbark/flutter_in_app_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonasbark/flutter_in_app_update/commits)

Updates `json_serializable` from 6.11.2 to 6.14.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.11.2...json_serializable-v6.14.0)

Updates `leancode_lint` from 17.0.0 to 25.0.0
- [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases)
- [Commits](leancode_lint-v17.0.0...leancode_lint-v25.0.0)

Updates `build_runner` from 2.7.1 to 2.15.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.7.1...build_runner-v2.15.1)

Updates `leancode_lint` from 17.0.0 to 25.0.0
- [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases)
- [Commits](leancode_lint-v17.0.0...leancode_lint-v25.0.0)

---
updated-dependencies:
- dependency-name: in_app_update
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: json_serializable
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: build_runner
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 27, 2026
@github-actions github-actions Bot added the p: leancode_force_update Related to the leancode_force_update package label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file p: leancode_force_update Related to the leancode_force_update package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants